DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing Namespace / ScannerCollection<T> Class / Clear Method

In This Topic
    Clear Method (ScannerCollection<T>)
    In This Topic
    Clears the collection of all indexes. All indexes are detached from the indexed collection and destroyed.
    Syntax
    'Declaration
     
    Public MustOverride Sub Clear() 
    public abstract void Clear()
    See Also